home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 429 b | 17 lines | [TEXT/MPS ] |
- ; For Asm - use with "INCLUDE 'AsmGlobal.a'"
-
- ; Use 68020+ instructions
- MACHINE MC68020
-
- ; Object-code is case sensitive
- CASE OBJECT
-
- ; These imports hould really be only in the files that use it,
- ; but they're stuck here for now (pain to auto-generate)
- IMPORT gBlitPixieProcessorType:DATA
- IMPORT matrixDirtyBits:DATA
- IMPORT matrixBytes:DATA
- IMPORT matrixBits:DATA
- IMPORT matrixRows:DATA
- IMPORT matrixRowBytes:DATA
-